package scales.utils.collection

/**
 * Backwards compat for 2.8.1, its simply Iterator for 2.9.x
 */ 
trait FlatMapIterator[+A] extends Iterator[A] { 
}

trait FlatMapImplicits {
}

        
<iframe src="https://scalesxml.github.io/scales-xml_2.10/0.5.0/api.sxr/scales/utils/collection/FlatMapIterator.scala.html" width="1280" height="720" frameborder="0"> </iframe>
Export